fix windows release with Qt6. (#748)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 29 Oct 2021 00:24:00 +0000 (18:24 -0600)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 00:24:00 +0000 (18:24 -0600)
commit77c1b7c3438a6d6d3060eddb5a66aa02095ded38
treed0a05912ecd5fd13b6dc54386782449268dec7e3
parent97514535f200b0c44777be1660c99cd5ae6852d5
fix windows release with Qt6. (#748)

* fix windows release with Qt6.

windeployqt failed to deploy Qt6Core5Compat.dll because it was
not used by the gui and we didn't tell windeployqt there was
another executable to scan for dependencies.

* fiddle with github cache conditionals.

cache was restored, but we tried to install qt anyway.

* Revert "fiddle with github cache conditionals."

This reverts commit fece79e5e56de2f957960236bb851c6bc7682d7c.

* try to get github action conditionals working again.

* Revert "try to get github action conditionals working again."

This reverts commit 3152108e5267580f3836b9f6aadc7dfa2ecfe347.

* work around apparent bug in github action conditonal processing.

* the second half of the workaround

* fool around with bash

* more bash foolishness.
.github/workflows/macos.yml
tools/make_windows_release.ps1
tools/travis_install_osx